From 87553f169d03e9f34d3033b79018760e03564742 Mon Sep 17 00:00:00 2001 From: robertl Date: Mon, 14 Jul 2003 19:57:11 +0000 Subject: [PATCH] Pick up missing commit to add centisecs. --- gpsbabel/defs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gpsbabel/defs.h b/gpsbabel/defs.h index 5d4e3790d..22c9552ef 100644 --- a/gpsbabel/defs.h +++ b/gpsbabel/defs.h @@ -158,6 +158,7 @@ typedef struct { int icon_descr_is_dynamic; const char *icon_descr; time_t creation_time; + int centiseconds; /* Optional hundredths of a second. */ geocache_data gc_data; xml_tag *gpx_extras; void *extra_data; /* Extra data added by, say, a filter. */ -- 2.30.2